Welcome![Sign In][Sign Up]
Location:
Search - AVR INT0

Search list

[Other resourceak1

Description: 一些应用中,经常要用到双串口,但是一般单片机只提供一个串口,其实完全可以用普通I/O口模拟一个串口。以下的程序是我编写的模拟串口程序,程序中使用了单片机的定时器0,和INT0中断。数据的发送和接收由中断程序自动进行。程序已经过AVR仿真器仿真和实际烧片使用,证明可靠。有一点需要说明的是,此模拟的串口为半双工方式。 主程序中,单片机将标准串口设置为115200bps,将模拟串口设置为19200bps。单片机将标准串口收到的数据从模拟串口发送出去,将模拟串口接收到的数据从标准串口发送回来。-some applications, the regular use of the dual serial port, but most only provide a microcontroller serial, In fact, the general can use I / O simulation of a serial mouth. Following the procedure is that I serial simulation procedure is the use of the computer's timer 0, and INT0 interruption. Data sending and receiving process by automatically suspended. Procedures have been AVR Simulator simulation and actual use of burn unit proved reliable. It should be explained that this simulation of half-duplex serial port. Main program, SCM standard serial port set to 115,200 bps. Serial analog set to 19,200 bps. SCM standard serial data received from analog to serial sent, Serial analog to receive data from the standard serial sent back.
Platform: | Size: 2007 | Author: 张永余 | Hits:

[assembly languageAVR-M8+ISL1208

Description: 用于AVR的M8控制时钟IC--ISL1208的设置时间(INT1)和读出时间(INT0)-AVR for the M8 control clock IC -- ISL1208 setting time (INT1) and Reading times (INT0)
Platform: | Size: 482003 | Author: 卢工 | Hits:

[Other resource8515

Description: 编译环境:ICC AVR 6.31A 单片机:AT90S8515 PC.0出音乐信号,INT0,INT1分别接下一首、播放/暂停键 开机处于暂停状态,按下播放/暂停键开始放音,自动播放完8首,会再进入暂停状态。 所有的暂停状态都采用掉电模式。 -build environment : ICC AVR microcontroller 6.31A : AT90S8515 PC.0 musical signal INT0, INT1 respectively took one, Play / Zantingjian Boot suspended, press Play / Zantingjian start of audio, automatic broadcast End 8, will enter the state. All the suspended power-down mode is used.
Platform: | Size: 3680 | Author: 申海燕 | Hits:

[Other resourceLCD

Description: 程序说明: 程序运行时,先显示“WELCOME 51+AVR”然后依次动态将字符库里的字符显示在屏幕上,显示完毕后再从头开始循环运行。 屏幕在动态显示过程中,可以按INT0按键来暂停动态显示,再按一次INT0按键又恢复动态显示。 动态显示暂停时,蜂鸣器鸣叫;恢复动态显示时蜂鸣器停止鸣叫。
Platform: | Size: 22776 | Author: 杨强 | Hits:

[SCMCAN_Zongxiantongxun_AVR

Description: MCU:ATMEGA8515 Frequence: 16M 描述:利用已有CAN TEST V1.0电路板进行调试, 可靠性测试已通过,并发现8515外部中断不稳定 的原因是没有在INT0脚加上拉电阻,加上后已能 够稳定地运行 调试过程中发现SJA1000的首地址设置有误,改过 后,当CAN发送数据时,程序能进入中断了,但发现 中断是由出错报警中断引起的,估计与波特率设置 有关。 通过修改CDR的参数,以及更换16M晶振,现在已能 正常地收发送数据了-MCU : ATMEGA8515 Frequence : 16M Description : make use of the existing CAN TEST V1.0 circuit board debugging and reliability tests were passed, 8515 and found that the external interrupt instability is not in INT0 feet with pull-up resistors. after adding stability to the running debug process SJA1000 found in the first set addresses wrong, to turn over, When CAN send data, the program can enter the interruption, but the interruption was discovered by police errors arising from the interruption, estimates and baud rate settings. CDR by modifying the parameters, and the replacement of 16M crystal, it is now normal to send data admission!
Platform: | Size: 727040 | Author: 王宇 | Hits:

[SCMak1

Description: 一些应用中,经常要用到双串口,但是一般单片机只提供一个串口,其实完全可以用普通I/O口模拟一个串口。以下的程序是我编写的模拟串口程序,程序中使用了单片机的定时器0,和INT0中断。数据的发送和接收由中断程序自动进行。程序已经过AVR仿真器仿真和实际烧片使用,证明可靠。有一点需要说明的是,此模拟的串口为半双工方式。 主程序中,单片机将标准串口设置为115200bps,将模拟串口设置为19200bps。单片机将标准串口收到的数据从模拟串口发送出去,将模拟串口接收到的数据从标准串口发送回来。-some applications, the regular use of the dual serial port, but most only provide a microcontroller serial, In fact, the general can use I/O simulation of a serial mouth. Following the procedure is that I serial simulation procedure is the use of the computer's timer 0, and INT0 interruption. Data sending and receiving process by automatically suspended. Procedures have been AVR Simulator simulation and actual use of burn unit proved reliable. It should be explained that this simulation of half-duplex serial port. Main program, SCM standard serial port set to 115,200 bps. Serial analog set to 19,200 bps. SCM standard serial data received from analog to serial sent, Serial analog to receive data from the standard serial sent back.
Platform: | Size: 2048 | Author: 张永余 | Hits:

[assembly languageAVR-M8+ISL1208

Description: 用于AVR的M8控制时钟IC--ISL1208的设置时间(INT1)和读出时间(INT0)-AVR for the M8 control clock IC-- ISL1208 setting time (INT1) and Reading times (INT0)
Platform: | Size: 481280 | Author: | Hits:

[SCM8515

Description: 编译环境:ICC AVR 6.31A 单片机:AT90S8515 PC.0出音乐信号,INT0,INT1分别接下一首、播放/暂停键 开机处于暂停状态,按下播放/暂停键开始放音,自动播放完8首,会再进入暂停状态。 所有的暂停状态都采用掉电模式。 -build environment : ICC AVR microcontroller 6.31A : AT90S8515 PC.0 musical signal INT0, INT1 respectively took one, Play/Zantingjian Boot suspended, press Play/Zantingjian start of audio, automatic broadcast End 8, will enter the state. All the suspended power-down mode is used.
Platform: | Size: 3072 | Author: Zerg | Hits:

[SCMLCD

Description: 程序说明: 程序运行时,先显示“WELCOME 51+AVR”然后依次动态将字符库里的字符显示在屏幕上,显示完毕后再从头开始循环运行。 屏幕在动态显示过程中,可以按INT0按键来暂停动态显示,再按一次INT0按键又恢复动态显示。 动态显示暂停时,蜂鸣器鸣叫;恢复动态显示时蜂鸣器停止鸣叫。-Procedure Description: program runs, the first show
Platform: | Size: 22528 | Author: 杨强 | Hits:

[SCMAVRM16

Description: AVRMega16单片机的项目,开发环境:ICCAVr6.31A,可从网上下载。 实现串口传送数据并存到AT45DB系列的FLASH芯片中,用ZLG7290显示时间、数据到数码管,读取时钟芯片,完全使用了单片机的I2C、SPI、UART、INT0、IO口等,是一个典型单片机的全功能应用项目源码实现,可直接修改应用你的项目中。绝对可靠、可用,参考价值很高。-AVRMega16 SCM project, development environment: ICCAVr6.31A, can be downloaded from the Internet. Serial transmission of data to coexist AT45DB series FLASH chip, with ZLG7290 show time data to digital tube, read the clock chip, full use of the MCU I2C, SPI, UART, INT0, IO port, etc., is a SCM typical full-featured source application projects realize, you can directly modify the application of the project. Absolutely reliable, usable, high reference value.
Platform: | Size: 68608 | Author: 朱效志 | Hits:

[Other Embeded programtrh031v1

Description: This a source of 13.560MHz RFID card reader for TRH031M as ATMEGA8-16AU MPU. The title is 3Alogics TRH031M 13.56MHz RFID Reader V1.0. project : RFID Reader V2.0 Target : MEGA8-16AU Crystal: 16.000 Mhz Input : TRH031M RFID 13.56MHz Output : RS232C 115200,N,8,1 Compiler : ICC-AVR V6.26C // Pin configuration for ATMEGA8-16AU TQFP32 // #30 RXD <--- RXD (SP3232) // #31 TXD ---> TXD (SP3232) // #32 PD2/INT0 <--- INTR (TRH031M) // # 1 PD3/INT1 ---> RST (TRH031M) // # 2 PD4 ---> D4 (TRH031M) // # 9 PD5 ---> D5 (TRH031M) // #10 PD6 ---> D6 (TRH031M) // #11 PD7 ---> D7 (TRH031M) // #12 PB0 ---> D0 (TRH031M) // #13 PB1 ---> D1 (TRH031M) // #14 PB2 ---> D2 (TRH031M) // #15 PB3 ---> D3 (TRH031M) // #16 PB4 ---> CSB (TRH031M) // #17 PB5 ---> LED // #23 PC0 ---> A0 (TRH031M) // #24 PC1 ---> A1 (TRH031M) // #25 PC2 ---> A2 (TRH031M) // #26 PC3 ---> ALE (TRH031M) // #27 PC4 ---> /RD (TRH031M) // #28 PC5 ---> /WR (TRH031M) -This is a source of 13.560MHz RFID card reader for TRH031M as ATMEGA8-16AU MPU. The title is 3Alogics TRH031M 13.56MHz RFID Reader V1.0. project : RFID Reader V2.0 Target : MEGA8-16AU Crystal: 16.000 Mhz Input : TRH031M RFID 13.56MHz Output : RS232C 115200,N,8,1 Compiler : ICC-AVR V6.26C // Pin configuration for ATMEGA8-16AU TQFP32 //#30 RXD <--- RXD (SP3232) //#31 TXD---> TXD (SP3232) //#32 PD2/INT0 <--- INTR (TRH031M) //# 1 PD3/INT1---> RST (TRH031M) //# 2 PD4---> D4 (TRH031M) //# 9 PD5---> D5 (TRH031M) //#10 PD6---> D6 (TRH031M) //#11 PD7---> D7 (TRH031M) //#12 PB0---> D0 (TRH031M) //#13 PB1---> D1 (TRH031M) //#14 PB2---> D2 (TRH031M) //#15 PB3---> D3 (TRH031M) //#16 PB4---> CSB (TRH031M) //#17 PB5---> LED //#23 PC0---> A0 (TRH031M) //#24 PC1---> A1 (TRH031M) //#25 PC2---> A2 (TRH031M) //#26 PC3---> ALE (TRH031M) //#27 PC4---> /RD (TRH031M) //#28 PC5---> /WR (TRH031M)
Platform: | Size: 12288 | Author: acleds | Hits:

[Embeded-SCM DevelopLED

Description: 通过ATMEGA16芯片编译ICC AVR6.31A,通过按键INT0,INT1改变流水灯LED显示方式。-Highlight LED
Platform: | Size: 1024 | Author: | Hits:

[SCMINT0

Description: 基于AVR单片机的中断唤醒的键盘扫描,深入浅出AVR-Based on AVR microcontroller interrupt wake-up keyboard scan, everyday AVR
Platform: | Size: 40960 | Author: 吕德权 | Hits:

[SCMup-down-counter

Description: BASCOM-AVR:递增递减计数器项目: 这是一个向上和向下计数器。这个项目包括两个红外传感器,该传感器连接到外部中断INT0和INT1。你可以使用任何感应器,甚至切换输入。-AVR Increment Decrement Counter Project: This is a up and down counter. this project consist of two infrared sensor that connected to Int0 and Int1 of External Interrupts. you can use any sensor or even switch for inputs.
Platform: | Size: 68608 | Author: lupo | Hits:

[SCMno8.INT0_jishuo_SHOW_code

Description: 基于AVR单片机的INT0中断计数C语言程序,单片机教程:http://www.mcujc.com,外部中断触发一次,然后就会加1显示。对AVR单片机不熟悉的朋友们可以参考一下!-Based on AVR Microcontroller INT0 interrupt count C language programming, microcontroller tutorial: http://www.mcujc.com external interrupt trigger time, then it will add a display. Can refer to friends not familiar with the AVR microcontroller.
Platform: | Size: 32768 | Author: 陈红 | Hits:

[SCMint0-and-int1-AVR-code-

Description: 使用IAR编译器对AVR单片机int0与int1的中断功能进行仿真,内附详细源代码注释 -interrupt function of int0 and int1 with AVR microcontroller Useing IAR compiler , and simulation with detailed comments and the source code
Platform: | Size: 66560 | Author: 2hawer | Hits:

[Other Embeded programINT0

Description: AVR Atmega16 ICC INT0中断源代码-The AVR Atmega16 ICC INT0 interrupt source code
Platform: | Size: 1024 | Author: Henry | Hits:

[Embeded-SCM DevelopAVR_INT

Description: AVR中断按键实现数字加减。接INT0按键实现数字加,接INT1按键实现数字减。-AVR interrupt key digital subtraction. Then INT0 button digital plus, then INT1 key figures less.
Platform: | Size: 1024 | Author: 崔正海 | Hits:

[SCMINT0

Description: 基于AVR单片机 INTO中断的使用程序,入门使用-Use program AVR microcontroller based INTO interrupted, Getting Started
Platform: | Size: 23552 | Author: zhangyanshuang | Hits:

[SCMint0

Description: ATMEG16L 中断、定时器 配置程序例子(Interrupt timer configuration)
Platform: | Size: 20480 | Author: chenkun | Hits:
« 12 »

CodeBus www.codebus.net